.module-header {
	width: 100%;
	float: left;
}

.module-content {
	width: 100%;
	float: left;
}

.title-head {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 13px;
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	font-family: 'Roboto-Bold';
}

	.title-head:before {
		content: "";
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		height: 9px;
		width: 165px;
		/* border-bottom:#fe4181 3px solid; */
		background: url(../images/line.png);
	}

	.title-head span {
		position: relative;
	}

	.title-head.module-title-1 {
		color: #2b3990;
	}

@media (min-width:543px) {
	.title-head.module-title-1 {
		font-size: 21px;
	}
}

@media (max-width:542px) {
	.title-head.module-title-1 {
		font-size: 1.78571em;
	}
}

.title-head.module-title-2 {
	color: #4d4d4d;
}

@media (min-width:543px) {
	.title-head.module-title-2 {
		font-size: 1.28571em;
	}
}

@media (max-width:542px) {
	.title-head.module-title-2 {
		font-size: 1.14286em;
	}
}

.title-head.border-title {
	margin-bottom: 30px;
}

	.title-head.border-title:after {
		content: "";
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		bottom: 1px;
		border-bottom: #dfdfdf 1px solid;
	}

.title-head.module-title-small {
	font-weight: 400;
	padding: 14px;
	color: #095ad7;
}

@media (min-width:543px) {
	.title-head.module-title-small {
		font-size: 1.16071em;
	}
}

@media (max-width:542px) {
	.title-head.module-title-small {
		font-size: 1.01786em;
	}
}

.title-head.module-title-small:before {
	content: none;
}

.title-head.module-title-small span:before {
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	top: -16px;
	border-top: #095ad7 2px solid;
	left: -14px;
}

.title-head.module-title-index {
	color: #2b3990;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	font-family: 'Jura-Bold';
	/* font-size: 33px; */
	text-transform: uppercase;
	padding-bottom: 25px;
	font-family: 'Roboto-Bold';
}

@media (min-width:768px) {
	.title-head.module-title-index {
		font-size: 33px;
	}
}

@media (min-width:543px) and (max-width:767px) {
	.title-head.module-title-index {
		font-size: 2.14286em;
	}
}

@media (max-width:542px) {
	.title-head.module-title-index {
		font-size: 1.71429em;
	}
}

.title-head.module-title-index:before {
	left: 50%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.border-corner {
	position: relative;
	padding: 10px;
}

	.border-corner span {
		width: 100%;
		float: left;
	}

		.border-corner span:before {
			content: "";
			position: absolute;
			border-top: #095ad7 10px solid;
			top: -10px;
			right: -10px;
			left: 25%;
			z-index: -1;
		}

		.border-corner span:after {
			content: "";
			position: absolute;
			border-right: #095ad7 10px solid;
			top: -10px;
			right: -10px;
			bottom: 35%;
			z-index: -1;
		}

.sidebar-modules,
.main-content {
	width: 100%;
	float: left;
}

.sidebar,
.main_container {
	margin: 0 0 30px;
}

.sidebar-item {
	width: 100%;
	float: left;
	overflow: hidden;
}

	.sidebar-item:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.sidebar-item.border-bottom {
		border-bottom: #dfdfdf 1px solid;
	}

.nav-enable.nav-left-right .owl-nav > div {
	top: 50%;
	background: #095ad7;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.nav-enable.nav-left-right .owl-nav > div:hover {
		background: #fe4181 !important;
	}

.section_slider {
	width: 100%;
	float: left;
}

.home-slider {
	overflow: hidden;
}

	.home-slider .item {
		position: relative;
	}

	.home-slider.owl-carousel .owl-nav .owl-next {
		right: 15px !important;
		background: transparent;
		top: 50%;
	}

	.home-slider.owl-carousel .owl-nav .owl-prev {
		left: 15px !important;
		background: transparent;
		top: 50%;
	}

		.home-slider.owl-carousel .owl-nav .owl-prev:before,
		.home-slider.owl-carousel .owl-nav .owl-next:before {
			font-size: 84px;
			background: transparent;
		}

.section_about_us {
	padding: 30px 0 30px;
}

	.section_about_us .module-header {
		margin: 0 0 20px;
	}

	.section_about_us .about_us_banner {
		/* display: flex; */
		justify-content: center;
		align-items: center;
		margin: 0 0 10px;
	}

@media (min-width:511px) and (max-width:767px) {
	.section_about_us .about_us_banner figure {
		width: 480px;
	}
}

@media (min-width:1200px) {
	.section_about_us .about_us_banner {
		padding: 10px 20px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.section_about_us .about_us_banner {
		padding: 10px 10px 0 0;
	}
}

@media (min-width:511px) and (max-width:767px) {
	.section_about_us .about_us_banner {
		padding: 10px;
	}
}

@media (min-width:320px) and (max-width:510px) {
	.section_about_us .about_us_banner {
		padding: 10px;
	}
}

.section_about_us .about_us_content {
	margin: 0 0 10px;
	padding: 10px 0;
	color: #000000;
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	/* font-weight: 400; */
	font-size: 14px;
	font-family: 'Jura-Regular';
	font-family: 'Roboto-Regular';
	margin-bottom: 11px;
	float: left;
	width: 100%;
}

	.section_about_us .about_us_content .about_us_content_item {
		text-align: justify;
	}

		.section_about_us .about_us_content .about_us_content_item:not(:last-child) {
			margin: 0 0 30px;
		}

.section_products_and_services {
	padding: 60px 0 50px;
	background: #f4f4f4;
}

	.section_products_and_services .products_and_services_content .item {
		flex-flow: column;
		padding: 35px 0 0;
	}

		.section_products_and_services .products_and_services_content .item > div {
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			font-family: 'Jura-Regular';
			font-size: 14px;
			color: #000000;
			font-family: 'Roboto-Regular';
			line-height: 21px;
		}

		.section_products_and_services .products_and_services_content .item:hover .ps_item_icon span {
			-webkit-box-shadow: #095ad7 0 0 50px 0;
			box-shadow: #095ad7 0 0 50px 0;
		}

		.section_products_and_services .products_and_services_content .item:hover .ps_content {
			color: #095ad7;
		}

	.section_products_and_services .products_and_services_content .ps_item_icon {
		margin: 0 0 30px;
	}

		.section_products_and_services .products_and_services_content .ps_item_icon span {
			width: 150px;
			height: 150px;
			background: #fff;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			-webkit-transition: all ease 0.3s;
			-moz-transition: all ease 0.3s;
			-ms-transition: all ease 0.3s;
			-o-transition: all ease 0.3s;
			transition: all ease 0.3s;
			-webkit-box-shadow: #dfdfdf 0 0 50px 0;
			box-shadow: #dfdfdf 0 0 50px 0;
		}

	.section_products_and_services .products_and_services_content .ps_title {
		margin: 0 0 20px;
	}

		.section_products_and_services .products_and_services_content .ps_title h5 {
			margin: 0;
			font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
			font-weight: 600;
			font-size: 1.28571em;
			color: #095ad7;
			height: 30px;
			line-height: normal;
		}

	.section_products_and_services .products_and_services_content .ps_content {
		line-height: normal;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

@media (min-width:1200px) {
	.section_collection_tabs {
		padding: 45px 0 70px;
	}
}

@media (max-width:1199px) {
	.section_collection_tabs {
		padding: 45px 0;
	}
}

.section_collection_tabs .module-header {
	margin: 0 0 20px;
}

.section_collection_tabs .module-content {
	position: relative;
}

.section_collection_tabs h5 {
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	font-weight: 600;
	color: #4d4d4d;
	margin: 0;
	cursor: pointer;
}

	.section_collection_tabs h5:hover {
		color: #095ad7;
	}

.section_collection_tabs .category-item h5 {
	font-size: 1.14286em;
}

.section_collection_tabs .category-item-mobile h5 {
	font-size: 1em;
}

.section_collection_tabs .current h5 {
	color: #095ad7;
}

.section_collection_tabs .category-list {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:767px) {
	.section_collection_tabs .category-list {
		padding: 0 20px;
	}
}

.section_collection_tabs .category_selection {
	float: left;
	width: 100%;
	text-align: center;
	position: absolute;
	height: 25px;
	z-index: 2;
}

@media (min-width:768px) {
	.section_collection_tabs .category_selection {
		display: none;
	}
}

@media (max-width:767px) {
	.section_collection_tabs .category_selection {
		display: flex;
	}
}

.section_collection_tabs .category_selection > span {
	width: 20px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	font-size: 1.14286em;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 55;
}

	.section_collection_tabs .category_selection > span.navigate_tab .fa {
		color: #095ad7;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		-ms-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s;
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.section_collection_tabs .category-list-mobile {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 150%;
	right: 0;
	width: max-content;
	z-index: 3;
	background: #fff;
	padding: 0 25px;
	-webkit-box-shadow: #dfdfdf 0 0 1px 1px;
	box-shadow: #dfdfdf 0 0 1px 1px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	.section_collection_tabs .category-list-mobile.open {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}

@media (min-width:768px) {
	.section_collection_tabs .category-item:not(:last-child) {
		margin-right: 30px;
	}
}

@media (max-width:767px) {
	.section_collection_tabs .category-item:not(.current) {
		display: none;
	}
}

.section_collection_tabs .category-item-mobile {
	padding: 5px 0;
}

.section_collection_tabs .loading_content {
	margin-top: 10%;
	text-align: center;
	font-size: 30px;
}

.section_collection_tabs .category_items_viewmore {
	width: 100%;
	float: left;
	text-align: center;
}

@media (min-width:1200px) {
	.section_collection_tabs .category_items_viewmore {
		padding: 30px 0;
	}
}

@media (max-width:1199px) {
	.section_collection_tabs .category_items_viewmore {
		padding: 20px 0 0;
	}
}

.section_collection_tabs .category_items_viewmore a {
	color: #4d4d4d;
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 1em;
	font-weight: 400;
}

	.section_collection_tabs .category_items_viewmore a .fa {
		color: #095ad7;
	}

	.section_collection_tabs .category_items_viewmore a:hover {
		color: #095ad7;
	}

		.section_collection_tabs .category_items_viewmore a:hover .fa {
			color: #fe4181;
		}

.section_collection_tabs .item .index-item:not(:last-child) {
	margin-bottom: 10px;
}

.section_why_choose_us {
	padding: 60px 0 30px;
	background: #f4f4f4;
}

	.section_why_choose_us .module-header {
		margin: 0 0 60px;
	}

	.section_why_choose_us .why_banner {
		margin: 0 0 15px;
	}

	.section_why_choose_us .item {
		width: 100%;
		float: left;
		padding: 40px 15px 25px;
		margin: 0 0 15px;
		background: #fff;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
	}

@media (max-width:767px) {
	.section_why_choose_us .item {
		min-height: 342px;
	}
}

.section_why_choose_us .item > div {
	text-align: center;
}

@media (min-width:1200px) {
	.section_why_choose_us .item {
		min-height: 342px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.section_why_choose_us .item {
		min-height: 382px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.section_why_choose_us .item {
		min-height: 287px;
	}
}

@media (min-width:543px) and (max-width:767px) {
	.section_why_choose_us .item {
		min-height: 342px;
	}
}

@media (min-width:320px) and (max-width:542px) {
	.section_why_choose_us .item {
		min-height: 342px;
	}
}

.section_why_choose_us .reason-title {
	margin: 0 0 20px;
}

	.section_why_choose_us .reason-title h5 {
		font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
		font-weight: 600;
		font-size: 1.28571em;
		color: #095ad7;
		margin: 0;
		line-height: normal;
	}

.section_why_choose_us .reason-icon {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.section_why_choose_us .reason-icon span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 110px;
		height: 110px;
		background: #095ad7;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.section_why_choose_us .reason-icon .fa {
		color: #fff;
		font-size: 3.42857em;
	}

.section_feedback {
	background: url(../img/testimonial_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 65px;
}

	.section_feedback .module-header {
		padding: 60px 0 30px;
		background: rgba(0,0,0,0.1);
	}

		.section_feedback .module-header .title-head {
			color: #fff;
		}

	.section_feedback .module-content {
		padding: 15px 0 5px;
	}

	.section_feedback .testimonial-block {
		padding: 30px 0;
		width: 100%;
		float: left;
	}

@media (min-width:1200px) {
	.section_feedback .testimonial-block:hover .flipster__button {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.section_feedback figure {
	margin: 30px 0 20px;
	border-radius: 50%;
	overflow: hidden;
}

.section_feedback .item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media (min-width:1200px) {
	.section_feedback .item {
		width: 555px;
		padding: 0 45px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.section_feedback .item {
		width: 465px;
		padding: 0 45px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.section_feedback .item {
		width: 345px;
		padding: 0 30px;
	}
}

@media (max-width:767px) {
	.section_feedback .item {
		width: 100%;
		padding: 0 20px;
	}
}

.section_feedback .item.flipster__item {
	min-height: 280px;
}

.section_feedback .item.flipster__item--current {
	background: #095ad7;
	position: relative;
}

@media (min-width:768px) {
	.section_feedback .item.flipster__item--current {
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

.section_feedback .item.flipster__item--current .t-name {
	color: #9bd1ff;
}

.section_feedback .item.flipster__item--current .t-detail {
	color: #000;
}

.section_feedback .item.flipster__item--current .flipster__item__content {
	color: #fff;
}

.section_feedback .item.flipster__item--current:before {
	content: "";
	background-image: url("//bizweb.dktcdn.net/thumb/thumb/100/262/000/themes/624328/assets/quote-top-left.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 30px;
	left: 30px;
}

.section_feedback .item.flipster__item--current:after {
	content: "";
	background-image: url("//bizweb.dktcdn.net/thumb/thumb/100/262/000/themes/624328/assets/quote-bottom-right.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 10px;
	right: 15px;
}

.section_feedback .item:not(.flipster__item--current) .t-name {
	color: #095ad7;
}

.section_feedback .item:not(.flipster__item--current) .t-detail {
	color: #353535;
}

.section_feedback .item:not(.flipster__item--current) .flipster__item__content {
	color: #6f6d6d;
}

.section_feedback .item.flipster__item--past {
	background: rgba(255,255,255,0.8);
	-moz-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

	.section_feedback .item.flipster__item--past.flipster__item--past-1 {
		opacity: 0.8;
	}

	.section_feedback .item.flipster__item--past:not(.flipster__item--past-1) {
		opacity: 0;
	}

.section_feedback .item.flipster__item--future {
	background: rgba(255,255,255,0.8);
	-moz-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

	.section_feedback .item.flipster__item--future.flipster__item--future-1 {
		opacity: 0.8;
	}

	.section_feedback .item.flipster__item--future:not(.flipster__item--future-1) {
		opacity: 0;
	}

.section_feedback .item .flipster__item__content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.section_feedback .item .t-stamp {
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 1em;
	margin: 0 0 15px;
	line-height: normal;
}

@media (max-width:991px) {
	.section_feedback .item .t-stamp {
		display: flex;
		flex-flow: column;
	}
}

.section_feedback .item .t-content {
	font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 1em;
	margin: 0 0 30px;
}

.section_feedback .flipster__button {
	top: 25%;
	width: 40px;
	height: 80px;
	margin: 0;
}

@media (min-width:1200px) {
	.section_feedback .flipster__button {
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.section_feedback .flipster__button svg {
	stroke: #fff;
	width: 1em;
	margin: 0 auto;
}

.section_blogs {
	padding: 60px 0 35px;
}

	.section_blogs .module-header {
		margin: 0 0 40px;
	}

	.section_blogs .index-articles .item {
		padding: 10px 10px 0 0;
	}

	.section_blogs .index-article-thumbnail img {
		max-height: 300px !important;
	}

	.section_blogs .index-article-info {
		border: #dfdfdf 1px solid;
		padding: 15px 0;
		display: inline-flex;
		position: relative;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

		.section_blogs .index-article-info > div:first-child:before {
			content: "";
			position: absolute;
			right: -2px;
			border-right: #095ad7 3px solid;
			top: 0;
			bottom: 0;
		}

		.section_blogs .index-article-info:hover {
			border: #095ad7 1px solid;
		}

			.section_blogs .index-article-info:hover .index-article-title a {
				color: #095ad7;
			}

	.section_blogs .index-article-post-stamp {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 80px;
		padding: 0 10px;
		position: relative;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

		.section_blogs .index-article-post-stamp span {
			width: 100%;
			float: left;
			font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
			font-size: 1.42857em;
			font-weight: 400;
			color: #095ad7;
			text-align: center;
		}

			.section_blogs .index-article-post-stamp span:not(:last-child) {
				border-bottom: #dfdfdf 1px solid;
			}

	.section_blogs .index-article-title {
		padding: 0 15px;
		width: calc(100% - 80px);
		float: left;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

		.section_blogs .index-article-title h3 {
			margin: 0;
			line-height: normal;
			font-family: "Muli","HelveticaNeue","Helvetica Neue",sans-serif;
			font-weight: 600;
			font-size: 1.28571em;
			line-height: normal;
		}

			.section_blogs .index-article-title h3 a {
				color: #4d4d4d;
			}
